[INFO] cloning repository https://github.com/AhChao/tachi-noti
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AhChao/tachi-noti" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAhChao%2Ftachi-noti", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAhChao%2Ftachi-noti'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3a66a70d49cead3b4bbd95b8b385cc0089885bdc
[INFO] fixing AhChao/tachi-noti against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAhChao%2Ftachi-noti" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AhChao/tachi-noti
[INFO] finished tweaking git repo https://github.com/AhChao/tachi-noti
[INFO] tweaked toml for git repo https://github.com/AhChao/tachi-noti written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AhChao/tachi-noti on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AhChao/tachi-noti already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 13c9e149bdcd72134b555563b0291458b761987c7751e0fc3ef6ca6862cfe516
[INFO] running `Command { std: "docker" "start" "13c9e149bdcd72134b555563b0291458b761987c7751e0fc3ef6ca6862cfe516", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "13c9e149bdcd72134b555563b0291458b761987c7751e0fc3ef6ca6862cfe516" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "13c9e149bdcd72134b555563b0291458b761987c7751e0fc3ef6ca6862cfe516", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "13c9e149bdcd72134b555563b0291458b761987c7751e0fc3ef6ca6862cfe516" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking memchr v2.8.1
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking tachi-noti v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find type `proc_bsdinfo` in crate `libc`
[INFO] [stdout]   --> src/focus.rs:30:25
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let mut info: libc::proc_bsdinfo = unsafe { std::mem::zeroed() };
[INFO] [stdout]    |                         ^^^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `proc_bsdinfo` in crate `libc`
[INFO] [stdout]   --> src/focus.rs:31:42
[INFO] [stdout]    |
[INFO] [stdout] 31 |     let size = std::mem::size_of::<libc::proc_bsdinfo>() as libc::c_int;
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `proc_pidinfo` in crate `libc`
[INFO] [stdout]   --> src/focus.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |         libc::proc_pidinfo(
[INFO] [stdout]    |               ^^^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `PROC_PIDTBSDINFO` in crate `libc`
[INFO] [stdout]   --> src/focus.rs:35:19
[INFO] [stdout]    |
[INFO] [stdout] 35 |             libc::PROC_PIDTBSDINFO,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `PROC_PIDPATHINFO_MAXSIZE` in crate `libc`
[INFO] [stdout]   --> src/focus.rs:49:31
[INFO] [stdout]    |
[INFO] [stdout] 49 |     let mut buf = [0u8; libc::PROC_PIDPATHINFO_MAXSIZE as usize];
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `proc_pidpath` in crate `libc`
[INFO] [stdout]   --> src/focus.rs:51:15
[INFO] [stdout]    |
[INFO] [stdout] 51 |         libc::proc_pidpath(pid as libc::c_int, buf.as_mut_ptr() as *mut libc::c_void, buf.len() as u32)
[INFO] [stdout]    |               ^^^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `proc_bsdinfo` in crate `libc`
[INFO] [stdout]   --> src/focus.rs:30:25
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let mut info: libc::proc_bsdinfo = unsafe { std::mem::zeroed() };
[INFO] [stdout]    |                         ^^^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `proc_bsdinfo` in crate `libc`
[INFO] [stdout]   --> src/focus.rs:31:42
[INFO] [stdout]    |
[INFO] [stdout] 31 |     let size = std::mem::size_of::<libc::proc_bsdinfo>() as libc::c_int;
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `proc_pidinfo` in crate `libc`
[INFO] [stdout]   --> src/focus.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |         libc::proc_pidinfo(
[INFO] [stdout]    |               ^^^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `PROC_PIDTBSDINFO` in crate `libc`
[INFO] [stdout]   --> src/focus.rs:35:19
[INFO] [stdout]    |
[INFO] [stdout] 35 |             libc::PROC_PIDTBSDINFO,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `PROC_PIDPATHINFO_MAXSIZE` in crate `libc`
[INFO] [stdout]   --> src/focus.rs:49:31
[INFO] [stdout]    |
[INFO] [stdout] 49 |     let mut buf = [0u8; libc::PROC_PIDPATHINFO_MAXSIZE as usize];
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `proc_pidpath` in crate `libc`
[INFO] [stdout]   --> src/focus.rs:51:15
[INFO] [stdout]    |
[INFO] [stdout] 51 |         libc::proc_pidpath(pid as libc::c_int, buf.as_mut_ptr() as *mut libc::c_void, buf.len() as u32)
[INFO] [stdout]    |               ^^^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tachi-noti` (lib) due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tachi-noti` (lib test) due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "13c9e149bdcd72134b555563b0291458b761987c7751e0fc3ef6ca6862cfe516", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13c9e149bdcd72134b555563b0291458b761987c7751e0fc3ef6ca6862cfe516", kill_on_drop: false }`
[INFO] [stdout] 13c9e149bdcd72134b555563b0291458b761987c7751e0fc3ef6ca6862cfe516
